-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LatestHead relayer method to gRPC client and server implementations #767
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we have been mixing field name styles:
legacy_url
transmitterID
relayerId
plugin_provider_id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kidambisrinivas Do you mind following up on Jordan's comment, either in this PR or in the next?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In gRPC code apparently, this style is the convention: relayerId, which is what I've been using in general.
Should I fix the rest of the name styles?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we can fix them without affecting the generated Go code, then definitely yes. If it changes the generated Go code, then probably still yes, but we can reconsider if the effect is too disruptive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it'll affected generated go code and would likely be disruptive. I could handle this as a separate PR, as the naming styles are prior to this PR and would be a larger change in general
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In gRPC code apparently, this style is the convention: relayerId
Do you have a reference for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh I guess I see Id
here: https://protobuf.dev/getting-started/gotutorial/#protobuf-api
8aa9bde
Updates
Build
Testing